home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 71 / Cine Live 71.iso / pc / Data / Interface / boucle videos.k < prev    next >
Encoding:
Text File  |  2003-08-09  |  41.0 KB  |  1,314 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000140,$0000002A,$0000024E,$00000383,$00000000,$FFFFE1AD,$00000000,$00000000};
  6.         LayoutWindow is {$0000024A,$00000263,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; Cursor is oEmptyCursor; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     Kind is DrawOpaque; 
  14.     Elements is [
  15.         oFond2,
  16.         oVid_o3,
  17.         oGlobal5,
  18.         oController4
  19.     ];
  20.     Events is [
  21.         cOnscreenEvent
  22.         with Flags is $00000004; 
  23.             Commands is [
  24.                 cTokenCommand
  25.                 with Flags is $00000004; TokenName is "StopMenu"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  26.                 cTokenCommand
  27.                 with Flags is $00000004; TokenName is "StopMusique"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  28.                 cDragCommand
  29.                 with Flags is $00000004; Target is oVid_o3; Mode is DragTo; end,
  30.                 cGrowCommand
  31.                 with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 600; end,
  32.                 cDoCookieCommand
  33.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "0"; end
  34.             ];
  35.         end,
  36.         cKeyboardEvent
  37.         with Value is "+"; 
  38.             Commands is [
  39.                 cSetVolumeCommand
  40.                 with Mode is ExecuteHigher; end
  41.             ];
  42.         end,
  43.         cKeyboardEvent
  44.         with Value is "-"; 
  45.             Commands is [
  46.                 cSetVolumeCommand
  47.                 with Flags is $00000004; Mode is ExecuteLower; end
  48.             ];
  49.         end,
  50.         cKeyboardEvent
  51.         with Value is "m"; 
  52.             Commands is [
  53.                 cRunCommand
  54.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  55.             ];
  56.         end
  57.     ];
  58. end;
  59.  
  60. object oFond2 is cImage
  61. with 
  62.     Flags is $00000150; 
  63.     Name is "Fond"; 
  64.     Enabled is false; Cursor is oEmptyCursor; 
  65.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  66.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  67.     Duration is 5; Duration is 5; TimeScale is 1; 
  68.     URL is "../Images/loadingboucle.jpg"; 
  69.     
  70.     
  71.     Events is [
  72.         cOnscreenEvent
  73.         with Flags is $00000004; 
  74.             Commands is [
  75.                 cRunCommand
  76.                 with Flags is $00000004; Target is oTargetSelf; end,
  77.                 cFocusCommand
  78.                 with Flags is $00000004; Target is oTargetSelf; end,
  79.                 cTokenCommand
  80.                 with TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  81.             ];
  82.         end,
  83.         cFinishedEvent
  84.         with Flags is $00000004; 
  85.             Commands is [
  86.                 cShowCommand
  87.                 with Flags is $00000004; Target is oController4; end,
  88.                 cEnableCommand
  89.                 with Flags is $00000004; Target is oController4; end,
  90.                 cFocusCommand
  91.                 with Flags is $00000004; Target is oController4; end,
  92.                 cTokenCommand
  93.                 with Flags is $00000004; TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController4; end
  94.             ];
  95.         end
  96.     ];
  97. end;
  98.  
  99. object oVid_o3 is cMPEGMovie
  100. with 
  101.     Flags is $00000154; 
  102.     Name is "Vid\$E9o"; 
  103.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  104.     
  105.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight; 
  106.     
  107.     URL is "../Videos/Bonus%20tais%20toi.mpg"; 
  108.     Events is [
  109.         cFinishedEvent
  110.         with Flags is $00000004; 
  111.             Commands is [
  112.                 cTokenCommand
  113.                 with Flags is $00000004; TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController4; end
  114.             ];
  115.         end
  116.     ];
  117. end;
  118.  
  119. object oGlobal5 is cBox
  120. with 
  121.     Flags is $00000154; 
  122.     Name is "Global"; 
  123.     Enabled is false; Shown is false; 
  124.     
  125.     Width is 800; Height is 600; 
  126.     
  127.     Kind is DrawOpaque; 
  128. end;
  129.  
  130. object oController4 is cBox
  131. with 
  132.     Flags is $00000354; 
  133.     Name is "Controller"; 
  134.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  135.     
  136.     Width is 640; Height is 480; 
  137.     
  138.     
  139.     Events is [
  140.         cKeyboardEvent
  141.         with Flags is $00000004; Test is IsSpace; 
  142.             Commands is [
  143.                 cDoCookieCommand
  144.                 with CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
  145.                 cIfCookieCommand
  146.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "1"; 
  147.                     Commands is [
  148.                         cDragCommand
  149.                         with Flags is $00000004; Target is oVid_o3; Mode is DragTo; end,
  150.                         cGrowCommand
  151.                         with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 600; end,
  152.                         cShowCommand
  153.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  154.                         cRunCommand
  155.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  156.                         cEnableCommand
  157.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  158.                         cSwitchURLCommand
  159.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus%20tais%20toi.mpg"; end,
  160.                         cShowCommand
  161.                         with Flags is $00000004; Target is oVid_o3; end,
  162.                         cRunCommand
  163.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  164.                         cEnableCommand
  165.                         with Flags is $00000004; Target is oVid_o3; end
  166.                     ];
  167.                 end,
  168.                 cIfCookieCommand
  169.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "2"; 
  170.                     Commands is [
  171.                         cShowCommand
  172.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  173.                         cRunCommand
  174.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  175.                         cEnableCommand
  176.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  177.                         cSwitchURLCommand
  178.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus%20Nemo.mpg"; end,
  179.                         cShowCommand
  180.                         with Flags is $00000004; Target is oVid_o3; end,
  181.                         cRunCommand
  182.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  183.                         cEnableCommand
  184.                         with Flags is $00000004; Target is oVid_o3; end
  185.                     ];
  186.                 end,
  187.                 cIfCookieCommand
  188.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "3"; 
  189.                     Commands is [
  190.                         cShowCommand
  191.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  192.                         cRunCommand
  193.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  194.                         cEnableCommand
  195.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  196.                         cSwitchURLCommand
  197.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus%20Titanic.mpg"; end,
  198.                         cShowCommand
  199.                         with Flags is $00000004; Target is oVid_o3; end,
  200.                         cRunCommand
  201.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  202.                         cEnableCommand
  203.                         with Flags is $00000004; Target is oVid_o3; end
  204.                     ];
  205.                 end,
  206.                 cIfCookieCommand
  207.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "4"; 
  208.                     Commands is [
  209.                         cShowCommand
  210.                         with Target is oVid_o3; Mode is Clear; end,
  211.                         cRunCommand
  212.                         with Target is oVid_o3; Mode is Clear; end,
  213.                         cEnableCommand
  214.                         with Target is oVid_o3; Mode is Clear; end,
  215.                         cSwitchURLCommand
  216.                         with Target is oVid_o3; URL is "../Videos/Pub%20Alcool%20au%20volant.mpg"; end,
  217.                         cShowCommand
  218.                         with Target is oVid_o3; end,
  219.                         cRunCommand
  220.                         with Target is oVid_o3; Rewind is true; end,
  221.                         cEnableCommand
  222.                         with Target is oVid_o3; end
  223.                     ];
  224.                 end,
  225.                 cIfCookieCommand
  226.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "5"; 
  227.                     Commands is [
  228.                         cShowCommand
  229.                         with Target is oVid_o3; Mode is Clear; end,
  230.                         cRunCommand
  231.                         with Target is oVid_o3; Mode is Clear; end,
  232.                         cEnableCommand
  233.                         with Target is oVid_o3; Mode is Clear; end,
  234.                         cSwitchURLCommand
  235.                         with Target is oVid_o3; URL is "../Videos/bonusincruste.mpg"; end,
  236.                         cShowCommand
  237.                         with Target is oVid_o3; end,
  238.                         cRunCommand
  239.                         with Target is oVid_o3; Rewind is true; end,
  240.                         cEnableCommand
  241.                         with Target is oVid_o3; end
  242.                     ];
  243.                 end,
  244.                 cIfCookieCommand
  245.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "6"; 
  246.                     Commands is [
  247.                         cShowCommand
  248.                         with Target is oVid_o3; Mode is Clear; end,
  249.                         cRunCommand
  250.                         with Target is oVid_o3; Mode is Clear; end,
  251.                         cEnableCommand
  252.                         with Target is oVid_o3; Mode is Clear; end,
  253.                         cSwitchURLCommand
  254.                         with Target is oVid_o3; URL is "../Videos/A1.MPG"; end,
  255.                         cShowCommand
  256.                         with Target is oVid_o3; end,
  257.                         cRunCommand
  258.                         with Target is oVid_o3; Rewind is true; end,
  259.                         cEnableCommand
  260.                         with Target is oVid_o3; end
  261.                     ];
  262.                 end,
  263.                 cIfCookieCommand
  264.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "7"; 
  265.                     Commands is [
  266.                         cShowCommand
  267.                         with Target is oVid_o3; Mode is Clear; end,
  268.                         cRunCommand
  269.                         with Target is oVid_o3; Mode is Clear; end,
  270.                         cEnableCommand
  271.                         with Target is oVid_o3; Mode is Clear; end,
  272.                         cSwitchURLCommand
  273.                         with Target is oVid_o3; URL is "../Videos/A2.MPG"; end,
  274.                         cShowCommand
  275.                         with Target is oVid_o3; end,
  276.                         cRunCommand
  277.                         with Target is oVid_o3; Rewind is true; end,
  278.                         cEnableCommand
  279.                         with Target is oVid_o3; end
  280.                     ];
  281.                 end,
  282.                 cIfCookieCommand
  283.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "8"; 
  284.                     Commands is [
  285.                         cShowCommand
  286.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  287.                         cRunCommand
  288.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  289.                         cEnableCommand
  290.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  291.                         cSwitchURLCommand
  292.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/A3.MPG"; end,
  293.                         cShowCommand
  294.                         with Flags is $00000004; Target is oVid_o3; end,
  295.                         cRunCommand
  296.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  297.                         cEnableCommand
  298.                         with Flags is $00000004; Target is oVid_o3; end
  299.                     ];
  300.                 end,
  301.                 cIfCookieCommand
  302.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "9"; 
  303.                     Commands is [
  304.                         cShowCommand
  305.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  306.                         cRunCommand
  307.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  308.                         cEnableCommand
  309.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  310.                         cSwitchURLCommand
  311.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/A4.MPG"; end,
  312.                         cShowCommand
  313.                         with Flags is $00000004; Target is oVid_o3; end,
  314.                         cRunCommand
  315.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  316.                         cEnableCommand
  317.                         with Flags is $00000004; Target is oVid_o3; end
  318.                     ];
  319.                 end,
  320.                 cIfCookieCommand
  321.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "10"; 
  322.                     Commands is [
  323.                         cShowCommand
  324.                         with Target is oVid_o3; Mode is Clear; end,
  325.                         cRunCommand
  326.                         with Target is oVid_o3; Mode is Clear; end,
  327.                         cEnableCommand
  328.                         with Target is oVid_o3; Mode is Clear; end,
  329.                         cSwitchURLCommand
  330.                         with Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
  331.                         cShowCommand
  332.                         with Target is oVid_o3; end,
  333.                         cRunCommand
  334.                         with Target is oVid_o3; Rewind is true; end,
  335.                         cEnableCommand
  336.                         with Target is oVid_o3; end
  337.                     ];
  338.                 end,
  339.                 cIfCookieCommand
  340.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "11"; 
  341.                     Commands is [
  342.                         cShowCommand
  343.                         with Target is oVid_o3; Mode is Clear; end,
  344.                         cRunCommand
  345.                         with Target is oVid_o3; Mode is Clear; end,
  346.                         cEnableCommand
  347.                         with Target is oVid_o3; Mode is Clear; end,
  348.                         cSwitchURLCommand
  349.                         with Target is oVid_o3; URL is "../Videos/a6.mpg"; end,
  350.                         cShowCommand
  351.                         with Target is oVid_o3; end,
  352.                         cRunCommand
  353.                         with Target is oVid_o3; Rewind is true; end,
  354.                         cEnableCommand
  355.                         with Target is oVid_o3; end
  356.                     ];
  357.                 end,
  358.                 cIfCookieCommand
  359.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "12"; 
  360.                     Commands is [
  361.                         cShowCommand
  362.                         with Target is oVid_o3; Mode is Clear; end,
  363.                         cRunCommand
  364.                         with Target is oVid_o3; Mode is Clear; end,
  365.                         cEnableCommand
  366.                         with Target is oVid_o3; Mode is Clear; end,
  367.                         cSwitchURLCommand
  368.                         with Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
  369.                         cShowCommand
  370.                         with Target is oVid_o3; end,
  371.                         cRunCommand
  372.                         with Target is oVid_o3; Rewind is true; end,
  373.                         cEnableCommand
  374.                         with Target is oVid_o3; end
  375.                     ];
  376.                 end,
  377.                 cIfCookieCommand
  378.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "13"; 
  379.                     Commands is [
  380.                         cShowCommand
  381.                         with Target is oVid_o3; Mode is Clear; end,
  382.                         cRunCommand
  383.                         with Target is oVid_o3; Mode is Clear; end,
  384.                         cEnableCommand
  385.                         with Target is oVid_o3; Mode is Clear; end,
  386.                         cSwitchURLCommand
  387.                         with Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
  388.                         cShowCommand
  389.                         with Target is oVid_o3; end,
  390.                         cRunCommand
  391.                         with Target is oVid_o3; Rewind is true; end,
  392.                         cEnableCommand
  393.                         with Target is oVid_o3; end
  394.                     ];
  395.                 end,
  396.                 cIfCookieCommand
  397.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "14"; 
  398.                     Commands is [
  399.                         cShowCommand
  400.                         with Target is oVid_o3; Mode is Clear; end,
  401.                         cRunCommand
  402.                         with Target is oVid_o3; Mode is Clear; end,
  403.                         cEnableCommand
  404.                         with Target is oVid_o3; Mode is Clear; end,
  405.                         cSwitchURLCommand
  406.                         with Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
  407.                         cShowCommand
  408.                         with Target is oVid_o3; end,
  409.                         cRunCommand
  410.                         with Target is oVid_o3; Rewind is true; end,
  411.                         cEnableCommand
  412.                         with Target is oVid_o3; end
  413.                     ];
  414.                 end,
  415.                 cIfCookieCommand
  416.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "15"; 
  417.                     Commands is [
  418.                         cShowCommand
  419.                         with Target is oVid_o3; Mode is Clear; end,
  420.                         cRunCommand
  421.                         with Target is oVid_o3; Mode is Clear; end,
  422.                         cEnableCommand
  423.                         with Target is oVid_o3; Mode is Clear; end,
  424.                         cSwitchURLCommand
  425.                         with Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
  426.                         cShowCommand
  427.                         with Target is oVid_o3; end,
  428.                         cRunCommand
  429.                         with Target is oVid_o3; Rewind is true; end,
  430.                         cEnableCommand
  431.                         with Target is oVid_o3; end
  432.                     ];
  433.                 end,
  434.                 cIfCookieCommand
  435.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "16"; 
  436.                     Commands is [
  437.                         cEnableCommand
  438.                         with Target is oVid_o3; Mode is Clear; end,
  439.                         cShowCommand
  440.                         with Target is oVid_o3; Mode is Clear; end,
  441.                         cRunCommand
  442.                         with Target is oVid_o3; Mode is Clear; end,
  443.                         cSwitchURLCommand
  444.                         with Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
  445.                         cEnableCommand
  446.                         with Target is oVid_o3; end,
  447.                         cShowCommand
  448.                         with Target is oVid_o3; end,
  449.                         cRunCommand
  450.                         with Target is oVid_o3; Rewind is true; end
  451.                     ];
  452.                 end,
  453.                 cIfCookieCommand
  454.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "17"; 
  455.                     Commands is [
  456.                         cShowCommand
  457.                         with Target is oVid_o3; Mode is Clear; end,
  458.                         cRunCommand
  459.                         with Target is oVid_o3; Mode is Clear; end,
  460.                         cEnableCommand
  461.                         with Target is oVid_o3; Mode is Clear; end,
  462.                         cShowCommand
  463.                         with Target is oGlobal5; end,
  464.                         cEnableCommand
  465.                         with Target is oGlobal5; end,
  466.                         cDragCommand
  467.                         with Flags is $00000004; Target is oVid_o3; Mode is DragTo; Y is 76; end,
  468.                         cGrowCommand
  469.                         with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 450; end,
  470.                         cSwitchURLCommand
  471.                         with Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
  472.                         cShowCommand
  473.                         with Target is oVid_o3; end,
  474.                         cRunCommand
  475.                         with Target is oVid_o3; Rewind is true; end,
  476.                         cEnableCommand
  477.                         with Target is oVid_o3; end
  478.                     ];
  479.                 end,
  480.                 cIfCookieCommand
  481.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "18"; 
  482.                     Commands is [
  483.                         cShowCommand
  484.                         with Target is oVid_o3; Mode is Clear; end,
  485.                         cRunCommand
  486.                         with Target is oVid_o3; Mode is Clear; end,
  487.                         cEnableCommand
  488.                         with Target is oVid_o3; Mode is Clear; end,
  489.                         cShowCommand
  490.                         with Target is oGlobal5; Mode is Clear; end,
  491.                         cEnableCommand
  492.                         with Target is oGlobal5; Mode is Clear; end,
  493.                         cDragCommand
  494.                         with Flags is $00000004; Target is oVid_o3; Mode is DragTo; end,
  495.                         cGrowCommand
  496.                         with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 600; end,
  497.                         cSwitchURLCommand
  498.                         with Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
  499.                         cShowCommand
  500.                         with Target is oVid_o3; end,
  501.                         cRunCommand
  502.                         with Target is oVid_o3; Rewind is true; end,
  503.                         cEnableCommand
  504.                         with Target is oVid_o3; end
  505.                     ];
  506.                 end,
  507.                 cIfCookieCommand
  508.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "19"; 
  509.                     Commands is [
  510.                         cShowCommand
  511.                         with Target is oVid_o3; Mode is Clear; end,
  512.                         cRunCommand
  513.                         with Target is oVid_o3; Mode is Clear; end,
  514.                         cEnableCommand
  515.                         with Target is oVid_o3; Mode is Clear; end,
  516.                         cSwitchURLCommand
  517.                         with Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
  518.                         cShowCommand
  519.                         with Target is oVid_o3; end,
  520.                         cRunCommand
  521.                         with Target is oVid_o3; Rewind is true; end,
  522.                         cEnableCommand
  523.                         with Target is oVid_o3; end
  524.                     ];
  525.                 end,
  526.                 cIfCookieCommand
  527.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "20"; 
  528.                     Commands is [
  529.                         cShowCommand
  530.                         with Target is oVid_o3; Mode is Clear; end,
  531.                         cRunCommand
  532.                         with Target is oVid_o3; Mode is Clear; end,
  533.                         cEnableCommand
  534.                         with Target is oVid_o3; Mode is Clear; end,
  535.                         cSwitchURLCommand
  536.                         with Target is oVid_o3; URL is "../Videos/S9.MPG"; end,
  537.                         cShowCommand
  538.                         with Target is oVid_o3; end,
  539.                         cRunCommand
  540.                         with Target is oVid_o3; Rewind is true; end,
  541.                         cEnableCommand
  542.                         with Target is oVid_o3; end
  543.                     ];
  544.                 end,
  545.                 cIfCookieCommand
  546.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "21"; 
  547.                     Commands is [
  548.                         cShowCommand
  549.                         with Target is oVid_o3; Mode is Clear; end,
  550.                         cRunCommand
  551.                         with Target is oVid_o3; Mode is Clear; end,
  552.                         cEnableCommand
  553.                         with Target is oVid_o3; Mode is Clear; end,
  554.                         cSwitchURLCommand
  555.                         with Target is oVid_o3; URL is "../Videos/S10.MPG"; end,
  556.                         cShowCommand
  557.                         with Target is oVid_o3; end,
  558.                         cRunCommand
  559.                         with Target is oVid_o3; Rewind is true; end,
  560.                         cEnableCommand
  561.                         with Target is oVid_o3; end
  562.                     ];
  563.                 end,
  564.                 cIfCookieCommand
  565.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "22"; 
  566.                     Commands is [
  567.                         cShowCommand
  568.                         with Target is oVid_o3; Mode is Clear; end,
  569.                         cRunCommand
  570.                         with Target is oVid_o3; Mode is Clear; end,
  571.                         cEnableCommand
  572.                         with Target is oVid_o3; Mode is Clear; end,
  573.                         cSwitchURLCommand
  574.                         with Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
  575.                         cShowCommand
  576.                         with Target is oVid_o3; end,
  577.                         cRunCommand
  578.                         with Target is oVid_o3; Rewind is true; end,
  579.                         cEnableCommand
  580.                         with Target is oVid_o3; end
  581.                     ];
  582.                 end,
  583.                 cIfCookieCommand
  584.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "23"; 
  585.                     Commands is [
  586.                         cShowCommand
  587.                         with Target is oVid_o3; Mode is Clear; end,
  588.                         cRunCommand
  589.                         with Target is oVid_o3; Mode is Clear; end,
  590.                         cEnableCommand
  591.                         with Target is oVid_o3; Mode is Clear; end,
  592.                         cSwitchURLCommand
  593.                         with Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
  594.                         cShowCommand
  595.                         with Target is oVid_o3; end,
  596.                         cRunCommand
  597.                         with Target is oVid_o3; Rewind is true; end,
  598.                         cEnableCommand
  599.                         with Target is oVid_o3; end
  600.                     ];
  601.                 end,
  602.                 cIfCookieCommand
  603.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "24"; 
  604.                     Commands is [
  605.                         cShowCommand
  606.                         with Target is oVid_o3; Mode is Clear; end,
  607.                         cRunCommand
  608.                         with Target is oVid_o3; Mode is Clear; end,
  609.                         cEnableCommand
  610.                         with Target is oVid_o3; Mode is Clear; end,
  611.                         cSwitchURLCommand
  612.                         with Target is oVid_o3; URL is "../Videos/R1.MPG"; end,
  613.                         cShowCommand
  614.                         with Target is oVid_o3; end,
  615.                         cRunCommand
  616.                         with Target is oVid_o3; Rewind is true; end,
  617.                         cEnableCommand
  618.                         with Target is oVid_o3; end
  619.                     ];
  620.                 end,
  621.                 cIfCookieCommand
  622.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "25"; 
  623.                     Commands is [
  624.                         cShowCommand
  625.                         with Target is oVid_o3; Mode is Clear; end,
  626.                         cRunCommand
  627.                         with Target is oVid_o3; Mode is Clear; end,
  628.                         cEnableCommand
  629.                         with Target is oVid_o3; Mode is Clear; end,
  630.                         cSwitchURLCommand
  631.                         with Target is oVid_o3; URL is "../Videos/R2.MPG"; end,
  632.                         cShowCommand
  633.                         with Target is oVid_o3; end,
  634.                         cRunCommand
  635.                         with Target is oVid_o3; Rewind is true; end,
  636.                         cEnableCommand
  637.                         with Target is oVid_o3; end
  638.                     ];
  639.                 end,
  640.                 cIfCookieCommand
  641.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "26"; 
  642.                     Commands is [
  643.                         cShowCommand
  644.                         with Target is oVid_o3; Mode is Clear; end,
  645.                         cRunCommand
  646.                         with Target is oVid_o3; Mode is Clear; end,
  647.                         cEnableCommand
  648.                         with Target is oVid_o3; Mode is Clear; end,
  649.                         cSwitchURLCommand
  650.                         with Target is oVid_o3; URL is "../Videos/R3.MPG"; end,
  651.                         cShowCommand
  652.                         with Target is oVid_o3; end,
  653.                         cRunCommand
  654.                         with Target is oVid_o3; Rewind is true; end,
  655.                         cEnableCommand
  656.                         with Target is oVid_o3; end
  657.                     ];
  658.                 end,
  659.                 cIfCookieCommand
  660.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "27"; 
  661.                     Commands is [
  662.                         cShowCommand
  663.                         with Target is oVid_o3; Mode is Clear; end,
  664.                         cRunCommand
  665.                         with Target is oVid_o3; Mode is Clear; end,
  666.                         cEnableCommand
  667.                         with Target is oVid_o3; Mode is Clear; end,
  668.                         cSwitchURLCommand
  669.                         with Target is oVid_o3; URL is "../Videos/R4.MPG"; end,
  670.                         cShowCommand
  671.                         with Target is oVid_o3; end,
  672.                         cRunCommand
  673.                         with Target is oVid_o3; Rewind is true; end,
  674.                         cEnableCommand
  675.                         with Target is oVid_o3; end
  676.                     ];
  677.                 end,
  678.                 cIfCookieCommand
  679.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "28"; 
  680.                     Commands is [
  681.                         cShowCommand
  682.                         with Target is oVid_o3; Mode is Clear; end,
  683.                         cRunCommand
  684.                         with Target is oVid_o3; Mode is Clear; end,
  685.                         cEnableCommand
  686.                         with Target is oVid_o3; Mode is Clear; end,
  687.                         cSwitchURLCommand
  688.                         with Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
  689.                         cShowCommand
  690.                         with Target is oVid_o3; end,
  691.                         cRunCommand
  692.                         with Target is oVid_o3; Rewind is true; end,
  693.                         cEnableCommand
  694.                         with Target is oVid_o3; end
  695.                     ];
  696.                 end,
  697.                 cIfCookieCommand
  698.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "29"; 
  699.                     Commands is [
  700.                         cShowCommand
  701.                         with Target is oVid_o3; Mode is Clear; end,
  702.                         cRunCommand
  703.                         with Target is oVid_o3; Mode is Clear; end,
  704.                         cSwitchURLCommand
  705.                         with Target is oVid_o3; URL is "../Videos/V2.MPG"; end,
  706.                         cShowCommand
  707.                         with Target is oVid_o3; end,
  708.                         cRunCommand
  709.                         with Target is oVid_o3; Rewind is true; end,
  710.                         cEnableCommand
  711.                         with Target is oVid_o3; end,
  712.                         cDoCookieCommand
  713.                         with CookieName is "CountLoop"; Value is "0"; end
  714.                     ];
  715.                 end
  716.             ];
  717.         end,
  718.         cTokenEvent
  719.         with Flags is $00000004; MessageData is "EndMovie"; 
  720.             Commands is [
  721.                 cDoCookieCommand
  722.                 with CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
  723.                 cDragCommand
  724.                 with Target is oVid_o3; Mode is DragTo; end,
  725.                 cIfCookieCommand
  726.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "1"; 
  727.                     Commands is [
  728.                         cShowCommand
  729.                         with Target is oVid_o3; Mode is Clear; end,
  730.                         cRunCommand
  731.                         with Target is oVid_o3; Mode is Clear; end,
  732.                         cEnableCommand
  733.                         with Target is oVid_o3; Mode is Clear; end,
  734.                         cSwitchURLCommand
  735.                         with Target is oVid_o3; URL is "../Videos/Bonus%20tais%20toi.mpg"; end,
  736.                         cShowCommand
  737.                         with Target is oVid_o3; end,
  738.                         cRunCommand
  739.                         with Target is oVid_o3; Rewind is true; end,
  740.                         cEnableCommand
  741.                         with Target is oVid_o3; end
  742.                     ];
  743.                 end,
  744.                 cIfCookieCommand
  745.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "2"; 
  746.                     Commands is [
  747.                         cShowCommand
  748.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  749.                         cRunCommand
  750.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  751.                         cEnableCommand
  752.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  753.                         cSwitchURLCommand
  754.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus%20Nemo.mpg"; end,
  755.                         cShowCommand
  756.                         with Flags is $00000004; Target is oVid_o3; end,
  757.                         cRunCommand
  758.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  759.                         cEnableCommand
  760.                         with Flags is $00000004; Target is oVid_o3; end
  761.                     ];
  762.                 end,
  763.                 cIfCookieCommand
  764.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "3"; 
  765.                     Commands is [
  766.                         cShowCommand
  767.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  768.                         cRunCommand
  769.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  770.                         cEnableCommand
  771.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  772.                         cSwitchURLCommand
  773.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus%20Titanic.mpg"; end,
  774.                         cShowCommand
  775.                         with Flags is $00000004; Target is oVid_o3; end,
  776.                         cRunCommand
  777.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  778.                         cEnableCommand
  779.                         with Flags is $00000004; Target is oVid_o3; end
  780.                     ];
  781.                 end,
  782.                 cIfCookieCommand
  783.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "4"; 
  784.                     Commands is [
  785.                         cShowCommand
  786.                         with Target is oVid_o3; Mode is Clear; end,
  787.                         cRunCommand
  788.                         with Target is oVid_o3; Mode is Clear; end,
  789.                         cEnableCommand
  790.                         with Target is oVid_o3; Mode is Clear; end,
  791.                         cSwitchURLCommand
  792.                         with Target is oVid_o3; URL is "../Videos/Pub%20Alcool%20au%20volant.mpg"; end,
  793.                         cShowCommand
  794.                         with Target is oVid_o3; end,
  795.                         cRunCommand
  796.                         with Target is oVid_o3; Rewind is true; end,
  797.                         cEnableCommand
  798.                         with Target is oVid_o3; end
  799.                     ];
  800.                 end,
  801.                 cIfCookieCommand
  802.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "5"; 
  803.                     Commands is [
  804.                         cShowCommand
  805.                         with Target is oVid_o3; Mode is Clear; end,
  806.                         cRunCommand
  807.                         with Target is oVid_o3; Mode is Clear; end,
  808.                         cEnableCommand
  809.                         with Target is oVid_o3; Mode is Clear; end,
  810.                         cSwitchURLCommand
  811.                         with Target is oVid_o3; URL is "../Videos/bonusincruste.mpg"; end,
  812.                         cShowCommand
  813.                         with Target is oVid_o3; end,
  814.                         cRunCommand
  815.                         with Target is oVid_o3; Rewind is true; end,
  816.                         cEnableCommand
  817.                         with Target is oVid_o3; end
  818.                     ];
  819.                 end,
  820.                 cIfCookieCommand
  821.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "6"; 
  822.                     Commands is [
  823.                         cShowCommand
  824.                         with Target is oVid_o3; Mode is Clear; end,
  825.                         cRunCommand
  826.                         with Target is oVid_o3; Mode is Clear; end,
  827.                         cEnableCommand
  828.                         with Target is oVid_o3; Mode is Clear; end,
  829.                         cSwitchURLCommand
  830.                         with Target is oVid_o3; URL is "../Videos/A1.MPG"; end,
  831.                         cShowCommand
  832.                         with Target is oVid_o3; end,
  833.                         cRunCommand
  834.                         with Target is oVid_o3; Rewind is true; end,
  835.                         cEnableCommand
  836.                         with Target is oVid_o3; end
  837.                     ];
  838.                 end,
  839.                 cIfCookieCommand
  840.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "7"; 
  841.                     Commands is [
  842.                         cShowCommand
  843.                         with Target is oVid_o3; Mode is Clear; end,
  844.                         cRunCommand
  845.                         with Target is oVid_o3; Mode is Clear; end,
  846.                         cEnableCommand
  847.                         with Target is oVid_o3; Mode is Clear; end,
  848.                         cSwitchURLCommand
  849.                         with Target is oVid_o3; URL is "../Videos/A2.MPG"; end,
  850.                         cShowCommand
  851.                         with Target is oVid_o3; end,
  852.                         cRunCommand
  853.                         with Target is oVid_o3; Rewind is true; end,
  854.                         cEnableCommand
  855.                         with Target is oVid_o3; end
  856.                     ];
  857.                 end,
  858.                 cIfCookieCommand
  859.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "8"; 
  860.                     Commands is [
  861.                         cShowCommand
  862.                         with Target is oVid_o3; Mode is Clear; end,
  863.                         cRunCommand
  864.                         with Target is oVid_o3; Mode is Clear; end,
  865.                         cEnableCommand
  866.                         with Target is oVid_o3; Mode is Clear; end,
  867.                         cSwitchURLCommand
  868.                         with Target is oVid_o3; URL is "../Videos/A3.MPG"; end,
  869.                         cShowCommand
  870.                         with Target is oVid_o3; end,
  871.                         cRunCommand
  872.                         with Target is oVid_o3; Rewind is true; end,
  873.                         cEnableCommand
  874.                         with Target is oVid_o3; end
  875.                     ];
  876.                 end,
  877.                 cIfCookieCommand
  878.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "9"; 
  879.                     Commands is [
  880.                         cShowCommand
  881.                         with Target is oVid_o3; Mode is Clear; end,
  882.                         cRunCommand
  883.                         with Target is oVid_o3; Mode is Clear; end,
  884.                         cEnableCommand
  885.                         with Target is oVid_o3; Mode is Clear; end,
  886.                         cSwitchURLCommand
  887.                         with Target is oVid_o3; URL is "../Videos/A4.MPG"; end,
  888.                         cShowCommand
  889.                         with Target is oVid_o3; end,
  890.                         cRunCommand
  891.                         with Target is oVid_o3; Rewind is true; end,
  892.                         cEnableCommand
  893.                         with Target is oVid_o3; end
  894.                     ];
  895.                 end,
  896.                 cIfCookieCommand
  897.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "10"; 
  898.                     Commands is [
  899.                         cShowCommand
  900.                         with Target is oVid_o3; Mode is Clear; end,
  901.                         cRunCommand
  902.                         with Target is oVid_o3; Mode is Clear; end,
  903.                         cEnableCommand
  904.                         with Target is oVid_o3; Mode is Clear; end,
  905.                         cSwitchURLCommand
  906.                         with Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
  907.                         cShowCommand
  908.                         with Target is oVid_o3; end,
  909.                         cRunCommand
  910.                         with Target is oVid_o3; Rewind is true; end,
  911.                         cEnableCommand
  912.                         with Target is oVid_o3; end
  913.                     ];
  914.                 end,
  915.                 cIfCookieCommand
  916.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "11"; 
  917.                     Commands is [
  918.                         cShowCommand
  919.                         with Target is oVid_o3; Mode is Clear; end,
  920.                         cRunCommand
  921.                         with Target is oVid_o3; Mode is Clear; end,
  922.                         cEnableCommand
  923.                         with Target is oVid_o3; Mode is Clear; end,
  924.                         cSwitchURLCommand
  925.                         with Target is oVid_o3; URL is "../Videos/a6.mpg"; end,
  926.                         cShowCommand
  927.                         with Target is oVid_o3; end,
  928.                         cRunCommand
  929.                         with Target is oVid_o3; Rewind is true; end,
  930.                         cEnableCommand
  931.                         with Target is oVid_o3; end
  932.                     ];
  933.                 end,
  934.                 cIfCookieCommand
  935.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "12"; 
  936.                     Commands is [
  937.                         cShowCommand
  938.                         with Target is oVid_o3; Mode is Clear; end,
  939.                         cRunCommand
  940.                         with Target is oVid_o3; Mode is Clear; end,
  941.                         cEnableCommand
  942.                         with Target is oVid_o3; Mode is Clear; end,
  943.                         cSwitchURLCommand
  944.                         with Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
  945.                         cShowCommand
  946.                         with Target is oVid_o3; end,
  947.                         cRunCommand
  948.                         with Target is oVid_o3; Rewind is true; end,
  949.                         cEnableCommand
  950.                         with Target is oVid_o3; end
  951.                     ];
  952.                 end,
  953.                 cIfCookieCommand
  954.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "13"; 
  955.                     Commands is [
  956.                         cShowCommand
  957.                         with Target is oVid_o3; Mode is Clear; end,
  958.                         cRunCommand
  959.                         with Target is oVid_o3; Mode is Clear; end,
  960.                         cEnableCommand
  961.                         with Target is oVid_o3; Mode is Clear; end,
  962.                         cSwitchURLCommand
  963.                         with Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
  964.                         cShowCommand
  965.                         with Target is oVid_o3; end,
  966.                         cRunCommand
  967.                         with Target is oVid_o3; Rewind is true; end,
  968.                         cEnableCommand
  969.                         with Target is oVid_o3; end
  970.                     ];
  971.                 end,
  972.                 cIfCookieCommand
  973.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "14"; 
  974.                     Commands is [
  975.                         cShowCommand
  976.                         with Target is oVid_o3; Mode is Clear; end,
  977.                         cRunCommand
  978.                         with Target is oVid_o3; Mode is Clear; end,
  979.                         cEnableCommand
  980.                         with Target is oVid_o3; Mode is Clear; end,
  981.                         cSwitchURLCommand
  982.                         with Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
  983.                         cShowCommand
  984.                         with Target is oVid_o3; end,
  985.                         cRunCommand
  986.                         with Target is oVid_o3; Rewind is true; end,
  987.                         cEnableCommand
  988.                         with Target is oVid_o3; end
  989.                     ];
  990.                 end,
  991.                 cIfCookieCommand
  992.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "15"; 
  993.                     Commands is [
  994.                         cShowCommand
  995.                         with Target is oVid_o3; Mode is Clear; end,
  996.                         cRunCommand
  997.                         with Target is oVid_o3; Mode is Clear; end,
  998.                         cEnableCommand
  999.                         with Target is oVid_o3; Mode is Clear; end,
  1000.                         cSwitchURLCommand
  1001.                         with Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
  1002.                         cShowCommand
  1003.                         with Target is oVid_o3; end,
  1004.                         cRunCommand
  1005.                         with Target is oVid_o3; Rewind is true; end,
  1006.                         cEnableCommand
  1007.                         with Target is oVid_o3; end
  1008.                     ];
  1009.                 end,
  1010.                 cIfCookieCommand
  1011.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "16"; 
  1012.                     Commands is [
  1013.                         cShowCommand
  1014.                         with Target is oVid_o3; Mode is Clear; end,
  1015.                         cRunCommand
  1016.                         with Target is oVid_o3; Mode is Clear; end,
  1017.                         cEnableCommand
  1018.                         with Target is oVid_o3; Mode is Clear; end,
  1019.                         cSwitchURLCommand
  1020.                         with Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
  1021.                         cShowCommand
  1022.                         with Target is oVid_o3; end,
  1023.                         cRunCommand
  1024.                         with Target is oVid_o3; Rewind is true; end,
  1025.                         cEnableCommand
  1026.                         with Target is oVid_o3; end
  1027.                     ];
  1028.                 end,
  1029.                 cIfCookieCommand
  1030.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "17"; 
  1031.                     Commands is [
  1032.                         cShowCommand
  1033.                         with Target is oVid_o3; Mode is Clear; end,
  1034.                         cRunCommand
  1035.                         with Target is oVid_o3; Mode is Clear; end,
  1036.                         cShowCommand
  1037.                         with Target is oGlobal5; end,
  1038.                         cEnableCommand
  1039.                         with Target is oGlobal5; end,
  1040.                         cDragCommand
  1041.                         with Flags is $00000004; Target is oVid_o3; Mode is DragTo; Y is 76; end,
  1042.                         cGrowCommand
  1043.                         with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 450; end,
  1044.                         cEnableCommand
  1045.                         with Target is oVid_o3; Mode is Clear; end,
  1046.                         cSwitchURLCommand
  1047.                         with Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
  1048.                         cShowCommand
  1049.                         with Target is oVid_o3; end,
  1050.                         cRunCommand
  1051.                         with Target is oVid_o3; Rewind is true; end,
  1052.                         cEnableCommand
  1053.                         with Target is oVid_o3; end
  1054.                     ];
  1055.                 end,
  1056.                 cIfCookieCommand
  1057.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "18"; 
  1058.                     Commands is [
  1059.                         cShowCommand
  1060.                         with Target is oVid_o3; Mode is Clear; end,
  1061.                         cRunCommand
  1062.                         with Target is oVid_o3; Mode is Clear; end,
  1063.                         cEnableCommand
  1064.                         with Target is oVid_o3; Mode is Clear; end,
  1065.                         cShowCommand
  1066.                         with Flags is $00000001; Target is oGlobal5; Mode is Clear; end,
  1067.                         cEnableCommand
  1068.                         with Flags is $00000001; Target is oGlobal5; Mode is Clear; end,
  1069.                         cDragCommand
  1070.                         with Flags is $00000005; Target is oVid_o3; Mode is DragTo; Y is 76; end,
  1071.                         cGrowCommand
  1072.                         with Flags is $00000005; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 450; end,
  1073.                         cSwitchURLCommand
  1074.                         with Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
  1075.                         cShowCommand
  1076.                         with Target is oVid_o3; end,
  1077.                         cRunCommand
  1078.                         with Target is oVid_o3; Rewind is true; end,
  1079.                         cEnableCommand
  1080.                         with Target is oVid_o3; end
  1081.                     ];
  1082.                 end,
  1083.                 cIfCookieCommand
  1084.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "19"; 
  1085.                     Commands is [
  1086.                         cShowCommand
  1087.                         with Target is oVid_o3; Mode is Clear; end,
  1088.                         cRunCommand
  1089.                         with Target is oVid_o3; Mode is Clear; end,
  1090.                         cEnableCommand
  1091.                         with Target is oVid_o3; Mode is Clear; end,
  1092.                         cSwitchURLCommand
  1093.                         with Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
  1094.                         cShowCommand
  1095.                         with Target is oVid_o3; end,
  1096.                         cRunCommand
  1097.                         with Target is oVid_o3; Rewind is true; end,
  1098.                         cEnableCommand
  1099.                         with Target is oVid_o3; end
  1100.                     ];
  1101.                 end,
  1102.                 cIfCookieCommand
  1103.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "20"; 
  1104.                     Commands is [
  1105.                         cShowCommand
  1106.                         with Target is oVid_o3; Mode is Clear; end,
  1107.                         cRunCommand
  1108.                         with Target is oVid_o3; Mode is Clear; end,
  1109.                         cEnableCommand
  1110.                         with Target is oVid_o3; Mode is Clear; end,
  1111.                         cSwitchURLCommand
  1112.                         with Target is oVid_o3; URL is "../Videos/S9.MPG"; end,
  1113.                         cShowCommand
  1114.                         with Target is oVid_o3; end,
  1115.                         cRunCommand
  1116.                         with Target is oVid_o3; Rewind is true; end,
  1117.                         cEnableCommand
  1118.                         with Target is oVid_o3; end
  1119.                     ];
  1120.                 end,
  1121.                 cIfCookieCommand
  1122.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "21"; 
  1123.                     Commands is [
  1124.                         cShowCommand
  1125.                         with Target is oVid_o3; Mode is Clear; end,
  1126.                         cRunCommand
  1127.                         with Target is oVid_o3; Mode is Clear; end,
  1128.                         cEnableCommand
  1129.                         with Target is oVid_o3; Mode is Clear; end,
  1130.                         cSwitchURLCommand
  1131.                         with Target is oVid_o3; URL is "../Videos/S10.MPG"; end,
  1132.                         cShowCommand
  1133.                         with Target is oVid_o3; end,
  1134.                         cRunCommand
  1135.                         with Target is oVid_o3; Rewind is true; end,
  1136.                         cEnableCommand
  1137.                         with Target is oVid_o3; end
  1138.                     ];
  1139.                 end,
  1140.                 cIfCookieCommand
  1141.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "22"; 
  1142.                     Commands is [
  1143.                         cShowCommand
  1144.                         with Target is oVid_o3; Mode is Clear; end,
  1145.                         cRunCommand
  1146.                         with Target is oVid_o3; Mode is Clear; end,
  1147.                         cEnableCommand
  1148.                         with Target is oVid_o3; Mode is Clear; end,
  1149.                         cSwitchURLCommand
  1150.                         with Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
  1151.                         cShowCommand
  1152.                         with Target is oVid_o3; end,
  1153.                         cRunCommand
  1154.                         with Target is oVid_o3; Rewind is true; end,
  1155.                         cEnableCommand
  1156.                         with Target is oVid_o3; end
  1157.                     ];
  1158.                 end,
  1159.                 cIfCookieCommand
  1160.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "23"; 
  1161.                     Commands is [
  1162.                         cShowCommand
  1163.                         with Target is oVid_o3; Mode is Clear; end,
  1164.                         cRunCommand
  1165.                         with Target is oVid_o3; Mode is Clear; end,
  1166.                         cEnableCommand
  1167.                         with Target is oVid_o3; Mode is Clear; end,
  1168.                         cSwitchURLCommand
  1169.                         with Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
  1170.                         cShowCommand
  1171.                         with Target is oVid_o3; end,
  1172.                         cRunCommand
  1173.                         with Target is oVid_o3; Rewind is true; end,
  1174.                         cEnableCommand
  1175.                         with Target is oVid_o3; end
  1176.                     ];
  1177.                 end,
  1178.                 cIfCookieCommand
  1179.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "24"; 
  1180.                     Commands is [
  1181.                         cShowCommand
  1182.                         with Target is oVid_o3; Mode is Clear; end,
  1183.                         cRunCommand
  1184.                         with Target is oVid_o3; Mode is Clear; end,
  1185.                         cEnableCommand
  1186.                         with Target is oVid_o3; Mode is Clear; end,
  1187.                         cSwitchURLCommand
  1188.                         with Target is oVid_o3; URL is "../Videos/R1.MPG"; end,
  1189.                         cShowCommand
  1190.                         with Target is oVid_o3; end,
  1191.                         cRunCommand
  1192.                         with Target is oVid_o3; Rewind is true; end,
  1193.                         cEnableCommand
  1194.                         with Target is oVid_o3; end
  1195.                     ];
  1196.                 end,
  1197.                 cIfCookieCommand
  1198.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "25"; 
  1199.                     Commands is [
  1200.                         cShowCommand
  1201.                         with Target is oVid_o3; Mode is Clear; end,
  1202.                         cRunCommand
  1203.                         with Target is oVid_o3; Mode is Clear; end,
  1204.                         cEnableCommand
  1205.                         with Target is oVid_o3; Mode is Clear; end,
  1206.                         cSwitchURLCommand
  1207.                         with Target is oVid_o3; URL is "../Videos/R2.MPG"; end,
  1208.                         cShowCommand
  1209.                         with Target is oVid_o3; end,
  1210.                         cRunCommand
  1211.                         with Target is oVid_o3; Rewind is true; end,
  1212.                         cEnableCommand
  1213.                         with Target is oVid_o3; end
  1214.                     ];
  1215.                 end,
  1216.                 cIfCookieCommand
  1217.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "26"; 
  1218.                     Commands is [
  1219.                         cShowCommand
  1220.                         with Target is oVid_o3; Mode is Clear; end,
  1221.                         cRunCommand
  1222.                         with Target is oVid_o3; Mode is Clear; end,
  1223.                         cEnableCommand
  1224.                         with Target is oVid_o3; Mode is Clear; end,
  1225.                         cSwitchURLCommand
  1226.                         with Target is oVid_o3; URL is "../Videos/R3.MPG"; end,
  1227.                         cShowCommand
  1228.                         with Target is oVid_o3; end,
  1229.                         cRunCommand
  1230.                         with Target is oVid_o3; Rewind is true; end,
  1231.                         cEnableCommand
  1232.                         with Target is oVid_o3; end
  1233.                     ];
  1234.                 end,
  1235.                 cIfCookieCommand
  1236.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "27"; 
  1237.                     Commands is [
  1238.                         cShowCommand
  1239.                         with Target is oVid_o3; Mode is Clear; end,
  1240.                         cRunCommand
  1241.                         with Target is oVid_o3; Mode is Clear; end,
  1242.                         cEnableCommand
  1243.                         with Target is oVid_o3; Mode is Clear; end,
  1244.                         cSwitchURLCommand
  1245.                         with Target is oVid_o3; URL is "../Videos/R4.MPG"; end,
  1246.                         cShowCommand
  1247.                         with Target is oVid_o3; end,
  1248.                         cRunCommand
  1249.                         with Target is oVid_o3; Rewind is true; end,
  1250.                         cEnableCommand
  1251.                         with Target is oVid_o3; end
  1252.                     ];
  1253.                 end,
  1254.                 cIfCookieCommand
  1255.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "28"; 
  1256.                     Commands is [
  1257.                         cShowCommand
  1258.                         with Target is oVid_o3; Mode is Clear; end,
  1259.                         cRunCommand
  1260.                         with Target is oVid_o3; Mode is Clear; end,
  1261.                         cEnableCommand
  1262.                         with Target is oVid_o3; Mode is Clear; end,
  1263.                         cSwitchURLCommand
  1264.                         with Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
  1265.                         cShowCommand
  1266.                         with Target is oVid_o3; end,
  1267.                         cRunCommand
  1268.                         with Target is oVid_o3; Rewind is true; end,
  1269.                         cEnableCommand
  1270.                         with Target is oVid_o3; end
  1271.                     ];
  1272.                 end,
  1273.                 cIfCookieCommand
  1274.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "29"; 
  1275.                     Commands is [
  1276.                         cShowCommand
  1277.                         with Target is oVid_o3; Mode is Clear; end,
  1278.                         cRunCommand
  1279.                         with Target is oVid_o3; Mode is Clear; end,
  1280.                         cEnableCommand
  1281.                         with Target is oVid_o3; Mode is Clear; end,
  1282.                         cEnableCommand
  1283.                         with Target is oVid_o3; Mode is Clear; end,
  1284.                         cSwitchURLCommand
  1285.                         with Target is oVid_o3; URL is "../Videos/V2.MPG"; end,
  1286.                         cShowCommand
  1287.                         with Target is oVid_o3; end,
  1288.                         cRunCommand
  1289.                         with Target is oVid_o3; Rewind is true; end,
  1290.                         cEnableCommand
  1291.                         with Target is oVid_o3; end,
  1292.                         cDoCookieCommand
  1293.                         with CookieName is "CountLoop"; Value is "0"; end
  1294.                     ];
  1295.                 end
  1296.             ];
  1297.         end,
  1298.         cMouseUpEvent
  1299.         with Flag is true; 
  1300.             Commands is [
  1301.                 cEnableCommand
  1302.                 with Target is oVid_o3; Mode is Clear; end,
  1303.                 cShowCommand
  1304.                 with Target is oVid_o3; Mode is Clear; end,
  1305.                 cRunCommand
  1306.                 with Target is oVid_o3; Mode is Clear; end,
  1307.                 cTokenCommand
  1308.                 with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  1309.                 cBrowseCommand
  1310.                 with URL is "sommaire.k"; end
  1311.             ];
  1312.         end
  1313.     ];
  1314. end;